projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c6f26
)
(snmpv2-mode, snmpv-mode): Add autoload cookies -- see
author
Dave Love
<fx@gnu.org>
Mon, 25 Jan 1999 18:54:10 +0000
(18:54 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 25 Jan 1999 18:54:10 +0000
(18:54 +0000)
auto-mode-alist.
lisp/snmp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/snmp-mode.el
b/lisp/snmp-mode.el
index 202d0720c68f626f1b2c179656c8faf469700e4c..7732a8c2796d2527ea67e07daab9218bb931677b 100644
(file)
--- a/
lisp/snmp-mode.el
+++ b/
lisp/snmp-mode.el
@@
-354,6
+354,7
@@
This is used during Tempo template completion."
;; SNMPv1 MIB Editing Mode.
;;
+;;;###autoload
(defun snmp-mode ()
"Major mode for editing SNMP MIBs.
Expression and list commands understand all C brackets.
@@
-389,6
+390,7
@@
Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then
(run-hooks 'snmp-mode-hook))
+;;;###autoload
(defun snmpv2-mode ()
"Major mode for editing SNMPv2 MIBs.
Expression and list commands understand all C brackets.